|
CallGraph
|
#include <uicallgraphpanel.h>


Public Member Functions | |
| uicallgraphpanel (wxWindow *parent, IManager *mgr, const wxString &imagepath, LineParserList *pLines) | |
| virtual | ~uicallgraphpanel () |
Protected Member Functions | |
| virtual void | OnPaint (wxPaintEvent &event) |
| virtual void | OnSaveCallGraph (wxCommandEvent &event) |
| virtual void | OnClosePanel (wxCommandEvent &event) |
| void | CreateAndInserDataToTable () |
Protected Attributes | |
| wxBitmap | m_Bmp |
| IManager * | m_mgr |
| wxString | pathimage |
| LineParserList * | mlines |
| ConfCallGraph | confData |
Definition at line 20 of file uicallgraphpanel.h.
| uicallgraphpanel::uicallgraphpanel | ( | wxWindow * | parent, |
| IManager * | mgr, | ||
| const wxString & | imagepath, | ||
| LineParserList * | pLines | ||
| ) |
| uicallgraphpanel::~uicallgraphpanel | ( | ) | [virtual] |
Definition at line 29 of file uicallgraphpanel.cpp.
| void uicallgraphpanel::CreateAndInserDataToTable | ( | ) | [protected] |
| void uicallgraphpanel::OnClosePanel | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Reimplemented from uicallgraph.
Definition at line 61 of file uicallgraphpanel.cpp.
| void uicallgraphpanel::OnPaint | ( | wxPaintEvent & | event | ) | [protected, virtual] |
Reimplemented from uicallgraph.
Definition at line 33 of file uicallgraphpanel.cpp.
| void uicallgraphpanel::OnSaveCallGraph | ( | wxCommandEvent & | event | ) | [protected, virtual] |
Reimplemented from uicallgraph.
Definition at line 49 of file uicallgraphpanel.cpp.
ConfCallGraph uicallgraphpanel::confData [protected] |
Definition at line 37 of file uicallgraphpanel.h.
wxBitmap uicallgraphpanel::m_Bmp [protected] |
Definition at line 33 of file uicallgraphpanel.h.
IManager* uicallgraphpanel::m_mgr [protected] |
Definition at line 34 of file uicallgraphpanel.h.
LineParserList* uicallgraphpanel::mlines [protected] |
Definition at line 36 of file uicallgraphpanel.h.
wxString uicallgraphpanel::pathimage [protected] |
Definition at line 35 of file uicallgraphpanel.h.